home *** CD-ROM | disk | FTP | other *** search
/ Interactive CD-ROM & Web Magazine 6 / Interactive CD-ROM & Web Magazine 6.iso / pc / imm / db / db.dir / 00193.ls < prev    next >
Encoding:
Text File  |  1996-04-05  |  276 b   |  21 lines

  1. on mouseDown
  2.   resetall()
  3.   resetsprites()
  4.   resetsprites2()
  5.   set the castNum of sprite 29 to 197
  6.   updateStage()
  7.   games()
  8. end
  9.  
  10. on mousewithin
  11.   nothing()
  12. end
  13.  
  14. on mouseenter
  15.   set the text of cast "roll" to "GAMES"
  16. end
  17.  
  18. on mouseexit
  19.   set the text of cast "roll" to " "
  20. end
  21.